-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[57] get and clean images #84
Merged
idormenco
merged 10 commits into
code4romania:develop
from
nicolaes:feature/57-get-and-clean-images
Dec 8, 2023
Merged
[57] get and clean images #84
idormenco
merged 10 commits into
code4romania:develop
from
nicolaes:feature/57-get-and-clean-images
Dec 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nicolaes
requested review from
pirvudoru,
alexandru-calinoiu,
idormenco and
catileptic
as code owners
December 4, 2023 09:48
danielferecatu
approved these changes
Dec 4, 2023
idormenco
approved these changes
Dec 7, 2023
idormenco
approved these changes
Dec 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
idormenco
requested changes
Dec 8, 2023
idormenco
approved these changes
Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does it fix?
Closes #57 : additional suggestions
This includes PR #83.
How has it been tested?
Get uploaded image
GET https://localhost:5001/file/eb8749f3-05a5-4d07-9310-056a2c7ef37d
(id taken from
singleUpload
mutation response, see testing on #83)Create theme with an uploaded image
New query to get
recentImageUploads
Hangfire cleanup
singleUpload
mutationStartup.cs
to Minutely and parameters of DeleteOldEntries inFileBlobRepository
, to account for more database entries (can also be done by moving CreatedOn column to a few days ago)